adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ReadOnlyDictionaryWrapper<TKey,TValue> Class
Properties Methods

In This Topic
    ReadOnlyDictionaryWrapper<TKey,TValue> Class Members
    In This Topic

    The following tables list the members exposed by ReadOnlyDictionaryWrapper<TKey,TValue>.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets the IEqualityComparer that is used to determine equality of keys for the dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
    Public PropertyGets the number of key/value pairs contained in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
    Public PropertyGets or sets the value associated with the specified key. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
    Public PropertyGets a collection containing the keys in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
    Public PropertyGets a collection containing the values in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
    Top
    Public Methods
     NameDescription
    Public MethodAdds the specified key and value to the dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
    Public MethodRemoves all keys and values from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
    Public MethodDetermines whether the Dictionary contains the specified key. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
    Public MethodDetermines whether the Dictionary contains a specific value. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
    Public MethodReturns an enumerator that iterates through the Dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
    Public MethodImplements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the Dictionary instance. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
    Public MethodImplements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
    Public MethodRemoves the value with the specified key from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
    Public MethodGets the value associated with the specified key. (Inherited from System.Collections.Generic.Dictionary<TKey,TValue>)
    Top
    See Also